Dew Signal for .NET
|
Design a Savitzky-Golay polynomial smoothing filter.
Compute a Savitzky-Golay polynomial smoothing filter. The resulting filter is placed in matrix H. Only the center row of H is used for filtering, the upper and lower part of the H matrix are applied to the transition region when the signal starts and stops. Diff contains differentiation filters. Weights contain weights for the least square minization. Order must be less then FrameSize and FrameSize must be Odd. On input, the H.FloatPrecision and Weights.FloatPrecision (if present) need to match.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|